Idle Ptc ^^^^^ **Definition:** * A PTC is created but never started. A PTC which is not started is of no use for the test case. **Code Example:** .. code-block:: pseudo testcase exampleTestCase ( ) runs on MainComponentType system SystemType { //... var ParallelComponentType exampleComponent := ParallelComponentType.create; map(self: aPort, system: aPort) ; connect(self: anotherPort, exampleComponent: aPort ) ; // no start here... } **References:** .. admonition:: Quality attributes * :octicon:`file-code;1em` - Code Example * :octicon:`comment-discussion;1em` - Cause and Effect * :octicon:`graph;1em` - Frequency * :octicon:`sync;1em` - Refactoring * `An approach to quality engineering of TTCN-3 test specifications `_ * `Pattern-based Smell Detection in TTCN-3 Test Suites `_ :octicon:`file-code;1em` :octicon:`comment-discussion;1em` :octicon:`sync;1em` * `Utilising Code Smells to Detect Quality Problems in TTCN-3 Test Suites `_